home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / batinnightmare.swf / scripts / frame_10 / PlaceObject2_183_55 / CLIPACTIONRECORD onClipEvent(enterFrame).as < prev    next >
Encoding:
Text File  |  2006-06-13  |  202 b   |  8 lines

  1. onClipEvent(enterFrame){
  2.    xdis = _root.my._x - point.x;
  3.    ydis = _root.my._y - point.y;
  4.    radian = Math.atan2(xdis,ydis);
  5.    degree = radian / -0.017453292519943295;
  6.    _rotation = degree;
  7. }
  8.